home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / apache / Announcement.txt < prev    next >
Encoding:
Text File  |  2004-10-22  |  5.6 KB  |  130 lines

  1.  
  2.                    Apache HTTP Server 1.3.33 Released
  3.  
  4.    The Apache Software Foundation and The Apache HTTP Server Project are
  5.    pleased to announce the release of version 1.3.33 of the Apache HTTP
  6.    Server ("Apache").  This Announcement notes the significant changes
  7.    in 1.3.33 as compared to 1.3.31 (1.3.32 was not formally released).
  8.    The Announcement is also available in German and Japanese from:
  9.  
  10.         http://www.apache.org/dist/httpd/Announcement.txt.de
  11.         http://www.apache.org/dist/httpd/Announcement.txt.ja
  12.  
  13.    This version of Apache is principally a bug and security fix release.
  14.    A partial summary of the bug fixes is given at the end of this document.
  15.    A full listing of changes can be found in the CHANGES file.  Of
  16.    particular note is that 1.3.33 addresses and fixes 2 potential
  17.    security issues:
  18.  
  19.      o CAN-2004-0940 (cve.mitre.org)
  20.        Fix potential buffer overflow with escaped characters in
  21.        SSI tag string.
  22.  
  23.      o CAN-2004-0492 (cve.mitre.org)
  24.        Reject responses from a remote server if sent an invalid
  25.        (negative) Content-Length.
  26.  
  27.    We consider Apache 1.3.33 to be the best version of Apache 1.3 available
  28.    and we strongly recommend that users of older versions, especially of
  29.    the 1.1.x and 1.2.x family, upgrade as soon as possible.  No further
  30.    releases will be made in the 1.2.x family.
  31.  
  32.    Apache 1.3.33 is available for download from:
  33.    
  34.        http://httpd.apache.org/download.cgi
  35.  
  36.    This service utilizes the network of mirrors listed at:
  37.  
  38.        http://www.apache.org/mirrors/
  39.  
  40.    Please consult the CHANGES_1.3 file for a full list of changes.
  41.  
  42.    As of Apache 1.3.12 binary distributions contain all standard Apache
  43.    modules as shared objects (if supported by the platform) and include
  44.    full source code.  Installation is easily done by executing the
  45.    included install script.  See the README.bindist and INSTALL.bindist
  46.    files for a complete explanation.  Please note that the binary
  47.    distributions are only provided for your convenience and current
  48.    distributions for specific platforms are not always available.  Win32
  49.    binary distributions are based on the Microsoft Installer (.MSI)
  50.    technology.  While development continues to make this installation method
  51.    more robust, questions should be directed to the
  52.    news:comp.infosystems.www.servers.ms-windows newsgroup.
  53.  
  54.    For an overview of new features introduced after 1.2 please see
  55.    
  56.    http://httpd.apache.org/docs/new_features_1_3.html
  57.  
  58.    In general, Apache 1.3 offers several substantial improvements over
  59.    version 1.2, including better performance, reliability and a wider
  60.    range of supported platforms, including Windows NT and 2000 (which
  61.    fall under the "Win32" label), OS2, Netware, and TPF threaded
  62.    platforms.
  63.  
  64.    Apache is the most popular web server in the known universe; over half
  65.    of the servers on the Internet are running Apache or one of its
  66.    variants.
  67.  
  68.    IMPORTANT NOTE FOR APACHE USERS:   Apache 1.3 was designed for Unix OS
  69.    variants.  While the ports to non-Unix platforms (such as Win32, Netware
  70.    or OS2) are of an acceptable quality, Apache 1.3 is not optimized for
  71.    these platforms.  Security, stability, or performance issues on these
  72.    non-Unix ports do not generally apply to the Unix version, due to
  73.    software's Unix origin.
  74.  
  75.    Apache 2.0 has been structured for multiple operating systems from its 
  76.    inception, by introducing the Apache Portability Library and MPM modules.
  77.    Users on non-Unix platforms are strongly encouraged to move up to 
  78.    Apache 2.0 for better performance, stability and security on their
  79.    platforms.
  80.  
  81.                      Apache 1.3.33 Major changes
  82.  
  83.   Security vulnerabilities
  84.  
  85.      * CAN-2004-0940 (cve.mitre.org)
  86.        Fix potential buffer overflow with escaped characters in
  87.        SSI tag string.
  88.  
  89.      * CAN-2004-0492 (cve.mitre.org)
  90.        Reject responses from a remote server if sent an invalid
  91.        (negative) Content-Length.
  92.  
  93.   New features
  94.  
  95.    New features that relate to specific platforms:
  96.  
  97.      * Win32: Improve error reporting after a failed attempt to spawn a 
  98.        piped log process or rewrite map process.
  99.  
  100.    New features that relate to all platforms:
  101.  
  102.      * Added new compile-time flag: UCN_OFF_HONOR_PHYSICAL_PORT.
  103.        It controls how UseCanonicalName Off determines the port value if
  104.        the client doesn't provide one in the Host header. If defined during
  105.        compilation, UseCanonicalName Off will use the physical port number
  106.        to generate the canonical name. If not defined, it tries the current
  107.        Port value followed by the default port for the current scheme.
  108.  
  109.   Bugs fixed
  110.  
  111.    The following noteworthy bugs were found in Apache 1.3.31 (or earlier)
  112.    and have been fixed in Apache 1.3.33:
  113.  
  114.      * mod_rewrite: Fix query string handling for proxied URLs. PR 14518.
  115.                                                                                 
  116.      * mod_rewrite: Fix 0 bytes write into random memory position.
  117.        PR 31036.
  118.  
  119.      * mod_digest: Fix nonce string calculation since 1.3.31 which
  120.        would force re-authentication for every connection if
  121.        AuthDigestRealmSeed was not configured.  PR 30920.
  122.  
  123.      * Fix trivial bug in mod_log_forensic that caused the child
  124.        to seg fault when certain invalid requests were fired at it with
  125.        forensic logging is enabled.  PR 29313.
  126.  
  127.      * No longer breaks mod_dav, frontpage and others.  Repair a patch
  128.        in 1.3.31 which prevented discarding the request body for requests
  129.        that will be keptalive but are not currently keptalive. PR 29237.
  130.